parse: Rename function for swiss grid conversion.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 24 Aug 2008 16:27:16 +0000 (16:27 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 24 Aug 2008 16:27:16 +0000 (16:27 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3403 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/parse.c

index 9c5e47e35db2b31f69efaf3df80b98fe98427afc..9b49b8b3270af5a81721ba3781c85a441e1ef7dc 100644 (file)
@@ -209,7 +209,7 @@ parse_coordinates(const char *str, int datum, const grid_type grid,
                        ct = sscanf(str, format,
                                &east, &north, &result);
                        valid = (ct == 2);
-                       GPS_Math_CH1903_NGEN_To_WGS84(east, north, &lat, &lon);
+                       GPS_Math_Swiss_EN_To_WGS84(east, north, &lat, &lon);
                        break;
                }
                default: